QuickPay / magento-v2

Open Software License 3.0
5 stars 20 forks source link

Fallback to acquirer when saving payment details #6

Closed wexo-team closed 3 years ago

wexo-team commented 3 years ago

When using Viabill, the payment transaction is not marked as such. The acquirer field is where this information lies for Viabill orders and not $response->metadata->payment_method as one would expect.

See: image

This proposed change falls back to the acquirer field, so that the "cc-type" is noted as Viabill.

CodemakersDK commented 3 years ago

Thanks wexo-theme, it has now been merged.