strangerstudios / paid-memberships-pro

The Trusted Membership Platform That Grows with You: Restrict access to content and charge recurring subscriptions using Stripe, PayPal, and more. Fully open source. 100% GPL.
https://www.paidmembershipspro.com
Other
468 stars 359 forks source link

Changing CVV to CVC #444

Closed meserlian closed 7 years ago

meserlian commented 7 years ago

Hi,

Is there any way to change CVV to CVC on the pmpro_billing shortcode.

Tried editing the billing.php and checkout.php file with not luck.

Thanks.

strangerstudios commented 7 years ago

It seems CVC is more commonly used nowadays. We may update this in the core plugin (at least when used on the front end). In the meantime, you can look into writing some custom code that uses the gettext filter: https://gist.github.com/strangerstudios/0ff19daaee3bcfc76b441982c1c6645e

strangerstudios commented 7 years ago

We're working on the checkout page UI and can update this to say "Security Code (CVC)" instead of CVV.

andrewlimaza commented 7 years ago

Here is a Pull Request - https://github.com/strangerstudios/paid-memberships-pro/pull/506

I have not changed any of the important code that would affect functionality of PMPro but simply adjusted the labels instead.