Skip to content

Commit

Permalink
AI-64 fix charge test
Browse files Browse the repository at this point in the history
  • Loading branch information
jalozanot-conekta committed Oct 11, 2024
1 parent 27a4de4 commit 7a9264a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spec/api/customers_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,12 @@ def full_customer
payment_sources = Array.new(1)
payment_method_data = {
type: 'card',
token_id: 'ttest5214'
cvc: '123',
exp_month: '12',
exp_year: '2025',
name: 'John Doe',
number: '4242424242424242',
customer_ip_address: '127.0.0.1'
}
payment_sources[0] =
Conekta::PaymentMethodCardRequest.new(payment_method_data)
Expand Down

0 comments on commit 7a9264a

Please sign in to comment.