I noticed that the ChannelCode type in Create EWallet Charge doesn't include PH_GCASH and PH_GRABPAY. It only includes PH_PAYMAYA for Philippines Ewallets.
That is why I am currently importing the package using the require keyword because when I import it using the import keyword, I cannot pick PH_GCASH and PH_GRABPAY because it is not included in the ChannelCode Types for creating ewallet charges.
By importing using the require keyword, it works. But I wanted to utilize the package types.
@schindlerwork our team is capacity constrained at the moment, and are unable to assist with adding this at the moment. If you're able to provide a PR adding this change, we're happy to review it 🙏
Good Day,
I noticed that the ChannelCode type in Create EWallet Charge doesn't include PH_GCASH and PH_GRABPAY. It only includes PH_PAYMAYA for Philippines Ewallets.
That is why I am currently importing the package using the require keyword because when I import it using the import keyword, I cannot pick PH_GCASH and PH_GRABPAY because it is not included in the ChannelCode Types for creating ewallet charges.
By importing using the require keyword, it works. But I wanted to utilize the package types.
Hoping to get a reply from you soon.