iamraphson / vue-paystack

Paystack Vue Plugin for Vue 2.X

Home Page:https://www.npmjs.com/package/vue-paystack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency not supported for GHS

Darkhackit opened this issue · comments

hey @Darkhackit try passing it as a prop to the paystack component

<paystack
      :amount="amount"
      :email="email"
      :paystackkey="paystackkey"
      :reference="reference"
      :callback="callback"
      :close="close"
      currency="GHS"
      :embed="false"
    >