manishkatyan / strapi-stripe

Stripe Plugin for Strapi CMS
65 stars 32 forks source link

Allow set customer Id on button parameter #81

Closed oismaelash closed 1 year ago

oismaelash commented 1 year ago
<button 
          className="css style SS_ProductCheckout" 
          type="button"
          data-id="2" 
          data-email="x@x.com"

data-customerId="cus_abc"

          data-url="http://localhost:1337"> Subscribe - Pro - Mensal </button>
nishekh-e-r commented 1 year ago

@oismaelash We will add this feature in the coming version. Thanks for pointing out.