Skip to content

Commit a151def

Browse files
committed
핫픽스: 잘못된 메소드 이름을 사용하는 코드 수정
1 parent 4feb5fb commit a151def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/external_channels_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def initialize
55

66
def code
77
ApplicationRecord.country_code = 'vn'
8-
ExternalChannel::AdapterFactory.get_adapter('Lazada').set_code(code_params)
8+
ExternalChannel::AdapterFactory.adapter('Lazada').set_code(code_params)
99

1010
render status: 200, plain: 'get code success'
1111
end

0 commit comments

Comments
 (0)