Skip to content

Commit ed4db9c

Browse files
committed
Reverted comments
1 parent be3209f commit ed4db9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/sample_code_spec.rb

+6-6
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ def validate_response(response= nil)
6565
validate_response(response)
6666
customerAddressId = response.customerAddressId
6767

68-
# response = validate_customer_payment_profile(customerProfileId, customerPaymentProfileId)
69-
# validate_response(response)
68+
response = validate_customer_payment_profile(customerProfileId, customerPaymentProfileId)
69+
validate_response(response)
7070

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)
7575

7676
response = get_customer_payment_profile(customerProfileId, customerPaymentProfileId)
7777
validate_response(response)

0 commit comments

Comments
 (0)