forked from LiveCarta/PayPal-PHP-Server-SDK
Release 0.7.0
Beta Release 0.7.0 including: - Bug fixes - Updated model/function names - Updated models to reflect changes in APIs
This commit is contained in:
@@ -29,10 +29,15 @@ The payment method to vault with the instrument details.
|
||||
},
|
||||
"paypal": {
|
||||
"description": "description2",
|
||||
"usage_pattern": "THRESHOLD_PREPAID",
|
||||
"shipping": {
|
||||
"name": {
|
||||
"full_name": "full_name6"
|
||||
},
|
||||
"phone_number": {
|
||||
"country_code": "country_code2",
|
||||
"national_number": "national_number6"
|
||||
},
|
||||
"type": "SHIPPING",
|
||||
"address": {
|
||||
"address_line_1": "address_line_16",
|
||||
@@ -44,15 +49,19 @@ The payment method to vault with the instrument details.
|
||||
}
|
||||
},
|
||||
"permit_multiple_payment_tokens": false,
|
||||
"usage_type": "usage_type2",
|
||||
"customer_type": "customer_type6"
|
||||
"usage_type": "MERCHANT"
|
||||
},
|
||||
"venmo": {
|
||||
"description": "description6",
|
||||
"usage_pattern": "UNSCHEDULED_PREPAID",
|
||||
"shipping": {
|
||||
"name": {
|
||||
"full_name": "full_name6"
|
||||
},
|
||||
"phone_number": {
|
||||
"country_code": "country_code2",
|
||||
"national_number": "national_number6"
|
||||
},
|
||||
"type": "SHIPPING",
|
||||
"address": {
|
||||
"address_line_1": "address_line_16",
|
||||
@@ -64,8 +73,7 @@ The payment method to vault with the instrument details.
|
||||
}
|
||||
},
|
||||
"permit_multiple_payment_tokens": false,
|
||||
"usage_type": "usage_type6",
|
||||
"customer_type": "customer_type0"
|
||||
"usage_type": "MERCHANT"
|
||||
},
|
||||
"token": {
|
||||
"id": "id6",
|
||||
|
||||
Reference in New Issue
Block a user