From 5ba0f2ba42716a796a44c70a0742ecc4a890784f Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 2 Mar 2026 09:10:44 -0500 Subject: [PATCH] Add dynamic descriptor --- config.ru | 1 + 1 file changed, 1 insertion(+) 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