According to the Readme line 303, FlutterWaveInitOptions, meta value can receive an array of objects. But passing an array of objects makes it throw the error "We could not charge this card. Reason: val.replace is not a function".
To avoid the error, I had to pass one meta value (object), not an array.
According to the Readme line 303, FlutterWaveInitOptions, meta value can receive an array of objects. But passing an array of objects makes it throw the error "We could not charge this card. Reason: val.replace is not a function". To avoid the error, I had to pass one meta value (object), not an array.