In order to enable Venmo button, we have to add the `enable-funding=venmo` parameter to the SDK script js. ref https://github.com/solidusio-contrib/solidus_paypal_commerce_platform/blob/3a5f97d33c42f4123d737b58a46809de488b9090/app/models/solidus_paypal_commerce_platform/payment_method.rb#L77 - [ ] Add `enable_venmo` [preference](https://github.com/solidusio-contrib/solidus_paypal_commerce_platform/blob/3a5f97d33c42f4123d737b58a46809de488b9090/app/models/solidus_paypal_commerce_platform/payment_method.rb#L6-L14) to PaymentMethod as checkbox - [ ] If `enable_venmo` preference is true pass it as [enable-funding](https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-configuration/#enable-funding) parameter to the [js SDK](https://github.com/solidusio-contrib/solidus_paypal_commerce_platform/blob/3a5f97d33c42f4123d737b58a46809de488b9090/app/models/solidus_paypal_commerce_platform/payment_method.rb#L67-L73)
In order to enable Venmo button, we have to add the
enable-funding=venmoparameter to the SDK script js.ref https://github.com/solidusio-contrib/solidus_paypal_commerce_platform/blob/3a5f97d33c42f4123d737b58a46809de488b9090/app/models/solidus_paypal_commerce_platform/payment_method.rb#L77
enable_venmopreference to PaymentMethod as checkboxenable_venmopreference is true pass it as enable-funding parameter to the js SDK