We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4feb5fb commit a151defCopy full SHA for a151def
app/controllers/external_channels_controller.rb
@@ -5,7 +5,7 @@ def initialize
5
6
def code
7
ApplicationRecord.country_code = 'vn'
8
- ExternalChannel::AdapterFactory.get_adapter('Lazada').set_code(code_params)
+ ExternalChannel::AdapterFactory.adapter('Lazada').set_code(code_params)
9
10
render status: 200, plain: 'get code success'
11
end
0 commit comments