Skip to content

Commit

Permalink
Merge pull request #252 from Mangopay/feature/payment-method-metadata…
Browse files Browse the repository at this point in the history
…-update

updated PaymentMethodMetadata
  • Loading branch information
iulian03 committed Apr 30, 2024
2 parents 514b725 + 6178c42 commit 1f5ce42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mangopay/payment_method_metadata_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
expect(metadata['IssuerCountryCode']).not_to be_nil
expect(metadata['IssuingBank']).not_to be_nil
expect(metadata['BinData']).not_to be_nil
expect(metadata['CardType']).not_to be_nil
expect(metadata['BinData'][0]['CardType']).not_to be_nil
end
end
end

0 comments on commit 1f5ce42

Please sign in to comment.