update gemfile#400
Conversation
| end | ||
|
|
||
| def payment_source_class | ||
| Check |
There was a problem hiding this comment.
Due to lack of CheckSerializer error:
NameError: Spree::Api::V2::Platform::PaymentSerializer cannot resolve a serializer class for 'Spree::Check'. Attempted to find 'Spree::Api::V2::Platform::CheckSerializer'. Consider specifying the serializer directly through options[:serializer]. I found out that in this case nil should be returned and source shouldn't be required:
https://github.com/spree/spree/blob/main/core/app/models/spree/payment_method.rb#L34
There was a problem hiding this comment.
@KacperMekarski we cannot change this to nil, we need to add that serializer
| end | ||
|
|
||
| def payment_source_class | ||
| Check |
There was a problem hiding this comment.
@KacperMekarski we cannot change this to nil, we need to add that serializer
|
No major conflict has been found in data. |
No description provided.