diff --git a/config.ru b/config.ru index a34704c747c2fdf5995068c7678ad19b84689d5e..d7ca50560c6ee27c426d7389be80ba408af15109 100644 --- a/config.ru +++ b/config.ru @@ -104,6 +104,7 @@ class CreditCardGateway @gateway.transaction.sale( payment_method_nonce: nonce, amount: amount, merchant_account_id: merchant_account.to_s, + descriptor: { name: "JMPchat" }, options: { store_in_vault_on_success: true, submit_for_settlement: true }, **kwargs