diff --git a/src/PureBilling/Bundle/SDKBundle/Store/V1/Charge/Action/ChargeToken.php b/src/PureBilling/Bundle/SDKBundle/Store/V1/Charge/Action/ChargeToken.php index 8a4bb71..9b029d8 100644 --- a/src/PureBilling/Bundle/SDKBundle/Store/V1/Charge/Action/ChargeToken.php +++ b/src/PureBilling/Bundle/SDKBundle/Store/V1/Charge/Action/ChargeToken.php @@ -26,7 +26,7 @@ class ChargeToken extends Element /** * @Store\Property(description="callback we will call after creditcard from") - * @PBAssert\Type(type="id", idPrefixes={"temp-creditcard", "temp-iban", "paypal-braintree-nonce"}) + * @PBAssert\Type(type="id", idPrefixes={"temp-creditcard", "temp-iban", "paypal-braintree-nonce", "tempiban", "tempcreditcard"}) */ protected $temporaryPaymentMethodToken;