From 3e1644cc7aa5da35d6e3f88cc46ae4cc1cc0c4dc Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 5 Jan 2022 08:46:29 +0200 Subject: [PATCH] Correct payment type label --- lib/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.dart b/lib/constants.dart index d6ac05496..4ec5230db 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -284,7 +284,7 @@ const kGatewayTypes = { kGatewayTypeHosted: 'hosted', kGatewayTypeGiropay: 'giropay', kGatewayTypePrzelewy24: 'przelewy24', - kGatewayTypeDirectDebit: 'fpx', + kGatewayTypeDirectDebit: 'direct_debit', kGatewayTypeEPS: 'eps', kGatewayTypeACSS: 'acss', kGatewayTypeBECS: 'becs',