Skip to content

Commit

Permalink
Disabled apple pay in due to api errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJr committed Mar 23, 2022
1 parent 91021c3 commit 2637658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mangopay/payin_applepay_direct_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def check_type_and_status(payin)

describe 'CREATE' do
it 'creates a applepay direct payin' do
#pending("no cards to test for")
pending("no cards to test for")
created = new_payin_applepay_direct
expect(created['Id']).not_to be_nil
check_type_and_status(created)
Expand Down

0 comments on commit 2637658

Please sign in to comment.