File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ def validate_response(response= nil)
65
65
validate_response ( response )
66
66
customerAddressId = response . customerAddressId
67
67
68
- # response = validate_customer_payment_profile(customerProfileId, customerPaymentProfileId)
69
- # validate_response(response)
68
+ response = validate_customer_payment_profile ( customerProfileId , customerPaymentProfileId )
69
+ validate_response ( response )
70
70
71
- # create_transaction_for_profile = authorize_credit_card()
72
- # validate_response(response)
73
- # response = create_customer_profile_from_a_transaction(create_transaction_for_profile.transactionResponse.transId)
74
- # validate_response(response)
71
+ create_transaction_for_profile = authorize_credit_card ( )
72
+ validate_response ( response )
73
+ response = create_customer_profile_from_a_transaction ( create_transaction_for_profile . transactionResponse . transId )
74
+ validate_response ( response )
75
75
76
76
response = get_customer_payment_profile ( customerProfileId , customerPaymentProfileId )
77
77
validate_response ( response )
You can’t perform that action at this time.
0 commit comments