Skip to content

Commit 640ef82

Browse files
committed
[OU-FIX] payment_redsys: Incorrect space
1 parent 2c83043 commit 640ef82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openupgrade_scripts/scripts/payment_redsys/19.0.1.0/post-migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
PAY_METHOD_MAPPING = {
99
"T": "payment.payment_method_card",
10-
"z": " payment.payment_method_bizum",
10+
"z": "payment.payment_method_bizum",
1111
}
1212

1313

0 commit comments

Comments
 (0)