forked from LiveCarta/PayPal-PHP-SDK
Updated Vault API
This commit is contained in:
@@ -542,6 +542,7 @@ class CreditCard extends PayPalResourceModel
|
|||||||
'merchant_id' => 1,
|
'merchant_id' => 1,
|
||||||
'external_card_id' => 1,
|
'external_card_id' => 1,
|
||||||
'external_customer_id' => 1,
|
'external_customer_id' => 1,
|
||||||
|
'total_required' => 1
|
||||||
);
|
);
|
||||||
$json = self::executeCall(
|
$json = self::executeCall(
|
||||||
"/v1/vault/credit-cards" . "?" . http_build_query(array_intersect_key($params, $allowedParams)),
|
"/v1/vault/credit-cards" . "?" . http_build_query(array_intersect_key($params, $allowedParams)),
|
||||||
|
|||||||
Reference in New Issue
Block a user